home *** CD-ROM | disk | FTP | other *** search
- object FormHeap: TFormHeap
- Left = 270
- Top = 155
- BorderStyle = bsDialog
- Caption = 'Heaperror'
- ClientHeight = 328
- ClientWidth = 449
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnShow = FormShow
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 186
- Width = 449
- Height = 142
- Align = alBottom
- TabOrder = 0
- object OKBtn: TBitBtn
- Left = 190
- Top = 107
- Width = 77
- Height = 27
- TabOrder = 0
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object BorderPanel1: TPanel
- Left = 1
- Top = 1
- Width = 447
- Height = 100
- Align = alTop
- BevelOuter = bvLowered
- TabOrder = 1
- object Zeile7: TLabel
- Left = 1
- Top = 14
- Width = 445
- Height = 13
- Align = alTop
- Caption = 'Zeile1'
- end
- object Zeile6: TLabel
- Left = 1
- Top = 1
- Width = 445
- Height = 13
- Align = alTop
- Caption = 'Zeile1'
- end
- object Zeile5: TLabel
- Left = 1
- Top = 27
- Width = 445
- Height = 13
- Align = alTop
- Caption = 'Zeile1'
- end
- object Zeile4: TLabel
- Left = 1
- Top = 40
- Width = 445
- Height = 13
- Align = alTop
- Caption = 'Zeile1'
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Zeile3: TLabel
- Left = 1
- Top = 53
- Width = 445
- Height = 13
- Align = alTop
- Caption = 'Zeile1'
- end
- object Zeile2: TLabel
- Left = 1
- Top = 66
- Width = 445
- Height = 13
- Align = alTop
- Caption = 'Zeile1'
- end
- object Zeile1: TLabel
- Left = 1
- Top = 79
- Width = 445
- Height = 13
- Align = alTop
- Caption = 'Zeile1'
- end
- end
- end
- object ListBox: TListBox
- Left = 0
- Top = 26
- Width = 449
- Height = 160
- Align = alClient
- Color = clBtnFace
- ItemHeight = 13
- TabOrder = 1
- OnClick = ListBoxClick
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 449
- Height = 26
- Align = alTop
- TabOrder = 2
- object Label1: TLabel
- Left = 5
- Top = 6
- Width = 83
- Height = 13
- Caption = 'Overflow in Block'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object LblAdr: TLabel
- Left = 95
- Top = 6
- Width = 65
- Height = 13
- AutoSize = False
- Caption = 'Adresse'
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 168
- Top = 6
- Width = 20
- Height = 13
- Caption = 'Size'
- end
- object LblLen: TLabel
- Left = 196
- Top = 6
- Width = 47
- Height = 13
- AutoSize = False
- Caption = 'L�nge'
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- end
-